; } if (appSend === "gh" && appReceive === "gh") { var trace =
; } if (appSend === "revit" && appReceive === "revit") { var trace =
; } if (appSend === "tekla" && appReceive === "tekla") { var trace =
; } if (appSend === "autocad" && appReceive === "autocad") { var trace =
; } if (appSend === "civil" && appReceive === "civil") { var trace =
; } if (appSend === "bentley" && appReceive === "bentley") { var trace =
; } if (appSend === "csi" && appReceive === "csi") { var trace =
; } if (appSend === "dynamo" && appReceive === "dynamo") { var trace =
; } var layout = { title: 'Graph Title', xaxis: { title: 'X-axis Title' } }; Plotly.newPlot('plot_div', [trace], layout); }